home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- LoadCursor()
- clearCursors()
- set the cursor of sprite 39 to IQcursor
- set the cursor of sprite 11 to IQcursor
- repeat with i = 12 to 28
- set the cursor of sprite i to IQcursor
- end repeat
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-